PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFAttributeClassMap Class / createMapping Method / createMapping(String,PDFStructureElementAttributeCollection) Method
The attribute name.
A set of attributes.
In This Topic
    createMapping(String,PDFStructureElementAttributeCollection) Method
    In This Topic
    Creates a mapping between a name and an attribute collection.
    Syntax
    public void createMapping( 
       java.lang.String name,
       PDFStructureElementAttributeCollection attributes
    )

    Parameters

    name
    The attribute name.
    attributes
    A set of attributes.
    Exceptions
    ExceptionDescription
    When name or attributes are null.
    See Also